crypto/x509.Certificate.hasSANExtension (method)

3 uses

	crypto/x509 (current package)
		verify.go#L101: 	if !c.hasSANExtension() && matchHostnames(c.Subject.CommonName, h.Host) {
		verify.go#L601: 		c.hasNameConstraints() && leaf.hasSANExtension() {
		x509.go#L768: func (c *Certificate) hasSANExtension() bool {